You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Split Method > Vector.Split Method ([In] TVec, int, TVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.Split Method ([In] TVec, int, TVec)

Copy the contents of the calling TVec object to Vec1 and Vec2 objects.

Syntax
C#
Visual Basic
public void Split([In] TVec Vec1, int Offset, TVec Vec2);

The Length and Complex properties of are set implicitly. An exception is raised, if Offset parameter exceeds the length of the calling vector. The Length property of Vec1 object is set to Offset and the Length of Vec2 is set to the rest.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!